03. muldiv

Advanced basic-function example.

Light variables are used. Light variable are just like any deaths variable.
They are implemented using space command.

  -  // at arithmetic.eud, line 89
  -  space 4 @j

This makes a free 4byte space and labels it as j.
 ( space with no name can also exist, and space length are automatically
adjusted to 4 bytes. i.e) 1234byte -> 1236byte, 729byte -> 732byte, 0byte
-> 0byte.)

They are a little more compilcated than basic-function.